home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 323_01 / maketc.bat < prev    next >
DOS Batch File  |  1990-08-04  |  201b  |  5 lines

  1. rem             Batch file to make explod.exe using Turbo C
  2. rem    You may have to change the paths in the tcc command to suit your setup
  3. masm /mx expa ;
  4. tcc -I\tc\inc -L\tc\lib explod.c expa.obj
  5.